Skip to main content

ExpOperator

Type

operator

Summary

Exponentiation operator.

Syntax

exp(<Operand>)

Description

Exponentiation operator.

Parameters

NameTypeDescription

Operand

An expression that evaluates to a number.

Examples

variable tVar as Number
put the exp(ln(100)) into tVar -- tVar contains approximately 100

Value

NameTypeDescription

return

e to the power of Operand

Thank you for your feedback!

Was this page helpful?